Skip to content

Update dagster requirement from >=1.13.11 to >=1.13.16 - #126

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/dagster-gte-1.13.16
Closed

Update dagster requirement from >=1.13.11 to >=1.13.16#126
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/dagster-gte-1.13.16

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 3, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on dagster to permit the latest version.

Changelog

Sourced from dagster's changelog.

1.13.16 (core) / 0.29.16 (libraries)

New

  • Declarative Automation can now automate jobs, available as a preview feature. Pass an automation_condition to define_asset_job — wrapping an asset-level condition with AutomationCondition.any_job_root_assets_match or AutomationCondition.all_job_root_assets_match — to launch a single run of the job when the condition becomes true. Evaluation history is viewable in the new Automation tab on job pages.
  • [ui] The Components tab for a code location now lists all component instances in the location, not just app-managed ones.

Bugfixes

  • [dagster-airbyte] Fixed a bug where Airbyte API requests were not retried on transient failures, causing syncs to fail after a single transient error despite the request_max_retries setting. (Thanks, @​MercureTony!)

Documentation

  • Clarified the distinction between definition-time and runtime metadata, and documented how to access asset definition metadata from a custom I/O manager.
  • Documented the available configuration options for the Soda integration.

1.13.15 (core) / 0.29.15 (libraries)

New

  • [dagster-snowflake] Added the SnowflakeDbtProjectComponent (Preview) for natively orchestrating dbt projects on Snowflake.

Documentation

  • Added documentation for the Dagster MCP server.

1.13.14 (core) / 0.29.14 (libraries)

Bugfixes

  • Fixed a 401 error from the serverless I/O manager when materializing assets in an organization with more than one full deployment.
  • Fixed a 400 error from the serverless I/O manager when materializing assets whose storage keys contain special characters.

1.13.13 (core) / 0.29.13 (libraries)

New

  • [ui] The asset launch dialog now automatically expands the warnings section when alerts are present.

Bugfixes

  • Fixed an issue where a fresh installation of dagster could resolve an incompatible version of grpcio-health-checking, breaking code server imports due to a protobuf version conflict.
  • [ui] Fixed an error that occurred when viewing tick details for declarative automation runs.

1.13.12 (core) / 0.29.12 (libraries)

New

  • [ui] Improved the performance of the runs feed for runs that target large numbers of assets and asset checks. The feed now fetches a bounded preview of the selection and loads the full lists on demand.
  • [dagster-aws] Added a dashboard_refresh_interval parameter to PipesEMRServerlessClient and increased its default so that Spark UI URLs are no longer invalidated prematurely during a run. (Thanks, @​noy-solvin!)

... (truncated)

Commits
  • 113f6eb 1.13.16
  • 4d5ff26 Changelog 1.13.16 (#26154)
  • 0f436ea Bundle PEX-configured serverless builds into tagged Docker images (#26044)
  • d7f2694 Refactor agent-platform detection into reusable helpers (#26043)
  • b0ef638 Fix/dagster airbyte single request retry loop (#34032)
  • b625c46 [docs] clarify definition vs. runtime metadata and I/O manager access (#25916)
  • 370528b [docs] Full-SHA pinning for dagster-cloud-action third-party actions (#25909)
  • 6ee8128 [docs] Fix isolatedAgents Helm config reference in k8s docs (#25917)
  • 81f383a [Docs] Make a few small copyedits to MCP server doc (#26069)
  • a118bb1 [vanta] Bump jupyter-server to 2.20.0 in dagster-ge & GE examples (CVE-2026-4...
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [dagster](https://github.com/dagster-io/dagster) to permit the latest version.
- [Release notes](https://github.com/dagster-io/dagster/releases)
- [Changelog](https://github.com/dagster-io/dagster/blob/master/CHANGES.md)
- [Commits](dagster-io/dagster@1.13.11...1.13.16)

---
updated-dependencies:
- dependency-name: dagster
  dependency-version: 1.13.16
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Aug 3, 2026
@dependabot @github

dependabot Bot commented on behalf of github Aug 17, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #128.

@dependabot dependabot Bot closed this Aug 17, 2026
@dependabot
dependabot Bot deleted the dependabot/pip/dagster-gte-1.13.16 branch August 17, 2026 07:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants